home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Opera 8.ini < prev    next >
INI File  |  2007-06-03  |  10KB  |  565 lines

  1. [%info]
  2. CSS Opera 8 Compatible
  3. Reference: http://www.opera.com/docs/specs/css/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. generate=Generated Content
  10. page=Page
  11. table=Tables
  12. text=Text
  13. visual=Visual
  14.  
  15. [%properties]
  16. background
  17. background-attachment
  18. background-color
  19. background-image
  20. background-position
  21. background-repeat
  22. border
  23. border-bottom
  24. border-bottom-color
  25. border-bottom-style
  26. border-bottom-width
  27. border-collapse
  28. border-color
  29. border-left
  30. border-left-color
  31. border-left-style
  32. border-left-width
  33. border-right
  34. border-right-color
  35. border-right-style
  36. border-right-width
  37. border-spacing
  38. border-style
  39. border-top
  40. border-top-color
  41. border-top-style
  42. border-top-width
  43. border-width
  44. bottom
  45. caption-side
  46. clear
  47. clip
  48. color
  49. content
  50. counter-increment
  51. counter-reset
  52. cursor
  53. display
  54. direction
  55. empty-cells
  56. float
  57. font
  58. font-family
  59. font-size
  60. font-style
  61. font-variant
  62. font-weight
  63. height
  64. left
  65. letter-spacing
  66. line-height
  67. list-style
  68. list-style-image
  69. list-style-position
  70. list-style-type
  71. margin
  72. margin-bottom
  73. margin-left
  74. margin-right
  75. margin-top
  76. max-height
  77. max-width
  78. min-height
  79. min-width
  80. orphans
  81. outline
  82. outline-color
  83. outline-style
  84. outline-width
  85. overflow
  86. padding
  87. padding-bottom
  88. padding-left
  89. padding-right
  90. padding-top
  91. page-break-after
  92. page-break-before
  93. page-break-inside
  94. position
  95. quotes
  96. right
  97. size
  98. table-layout
  99. text-align
  100. text-decoration
  101. text-indent
  102. text-shadow
  103. text-transform
  104. top
  105. unicode-bidi
  106. vertical-align
  107. visibility
  108. white-space
  109. widows
  110. width
  111. word-spacing
  112. z-index
  113.  
  114. [%units]
  115. <length>=px|em|ex|pt|in|pc|mm|cm
  116.  
  117. [%types]
  118. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  119. <border-width>=<length>|thin|medium|thick
  120. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  121. <relative-size>=larger|smaller
  122. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  123.  
  124.  
  125. [background]
  126. group=colors
  127. value=<mixed>
  128. sub1=background-color,<color>|transparent
  129. sub2=background-image,<imageurl>|none
  130. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  131. sub4=background-attachment,scroll|fixed
  132. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  133.  
  134. [background-attachment]
  135. group=colors
  136. value=scroll|fixed
  137.  
  138. [background-color]
  139. group=colors
  140. value=<color>|transparent
  141.  
  142. [background-image]
  143. group=colors
  144. value=<imageurl>|none
  145.  
  146. [background-position]
  147. group=colors
  148. value=<percentage>|<length>|top|center|bottom|left|right
  149.  
  150. [background-repeat]
  151. group=colors
  152. value=repeat|repeat-x|repeat-y|no-repeat
  153.  
  154. [border]
  155. group=borders
  156. value=<mixed>
  157. sub1=width,<border-width>
  158. sub2=style,<border-style>
  159. sub3=color,<color>|transparent
  160.  
  161. [border-bottom]
  162. group=borders
  163. value=<mixed>
  164. sub1=width,<border-width>
  165. sub2=style,<border-style>
  166. sub3=color,<color>|transparent
  167.  
  168. [border-bottom-color]
  169. group=borders
  170. value=<color>|transparent
  171.  
  172. [border-bottom-style]
  173. group=borders
  174. value=<border-style>
  175.  
  176. [border-bottom-width]
  177. group=borders
  178. value=<border-width>
  179.  
  180. [border-collapse]
  181. group=table
  182. value=collapse|separate
  183.  
  184. [border-color]
  185. group=borders
  186. value=<mixed>|<color>|transparent
  187. sub1=border-top-color,<color>|transparent
  188. sub2=border-right-color,<color>|transparent
  189. sub3=border-bottom-color,<color>|transparent
  190. sub4=border-left-color,<color>|transparent
  191.  
  192. [border-left]
  193. group=borders
  194. value=<mixed>
  195. sub1=width,<border-width>
  196. sub2=style,<border-style>
  197. sub3=color,<color>|transparent
  198.  
  199. [border-left-color]
  200. group=borders
  201. value=<color>|transparent
  202.  
  203. [border-left-style]
  204. group=borders
  205. value=<border-style>
  206.  
  207. [border-left-width]
  208. group=borders
  209. value=<border-width>
  210.  
  211. [border-right]
  212. group=borders
  213. value=<mixed>
  214. sub1=width,<border-width>
  215. sub2=style,<border-style>
  216. sub3=color,<color>|transparent
  217.  
  218. [border-right-color]
  219. group=borders
  220. value=<color>|transparent
  221.  
  222. [border-right-style]
  223. group=borders
  224. value=<border-style>
  225.  
  226. [border-right-width]
  227. group=borders
  228. value=<border-width>
  229.  
  230. [border-spacing]
  231. group=table
  232. value=<length>
  233.  
  234. [border-style]
  235. group=borders
  236. value=<mixed>|<border-style>
  237. sub1=border-top-style,<border-style>
  238. sub2=border-right-style,<border-style>
  239. sub3=border-bottom-style,<border-style>
  240. sub4=border-left-style,<border-style>
  241.  
  242. [border-top]
  243. group=borders
  244. value=<mixed>
  245. sub1=width,<border-width>
  246. sub2=style,<border-style>
  247. sub3=color,<color>
  248.  
  249. [border-top-color]
  250. group=borders
  251. value=<color>
  252.  
  253. [border-top-style]
  254. group=borders
  255. value=<border-style>
  256.  
  257. [border-top-width]
  258. group=borders
  259. value=<border-width>
  260.  
  261. [border-width]
  262. group=borders
  263. value=<mixed>|<border-width>
  264. sub1=border-top-width,<border-width>
  265. sub2=border-right-width,<border-width>
  266. sub3=border-bottom-width,<border-width>
  267. sub4=border-left-width,<border-width>
  268.  
  269. [bottom]
  270. group=visual
  271. value=<percentage>|<length>|auto
  272.  
  273. [caption-side]
  274. group=table
  275. value=top|bottom|left|right
  276.  
  277. [clear]
  278. group=borders
  279. value=none|left|right|both
  280.  
  281. [clip]
  282. group=visual
  283. value=auto
  284.  
  285. [color]
  286. group=colors
  287. value=<color>
  288.  
  289. [content]
  290. group=generate
  291. value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
  292.  
  293. [counter-increment]
  294. group=generate
  295. value=none
  296.  
  297. [counter-reset]
  298. group=generate
  299. value=none
  300.  
  301. [cursor]
  302. group=visual
  303. value=<url>|default|auto|crosshair|pointer|move|text|wait|help|hand|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize
  304.  
  305. [display]
  306. group=visual
  307. value=inline|block|list-item|run-in|compact|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
  308.  
  309. [direction]
  310. group=visual
  311. value=ltr|rtl
  312.  
  313. [empty-cells]
  314. group=table
  315. value=show|hide
  316.  
  317. [float]
  318. group=borders
  319. value=left|right|none
  320.  
  321. [font]
  322. group=fonts
  323. value=<mixed>
  324. sub1=font-style,normal|italic|oblique
  325. sub2=font-variant,normal|small-caps
  326. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  327. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  328. sub5=line-height,<percentage>|<length>|<number>|normal
  329. sub6=font-family,<font>
  330. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  331.  
  332. [font-family]
  333. group=fonts
  334. value=<font>
  335.  
  336. [font-size]
  337. group=fonts
  338. value=<length>|<percentage>|<relative-size>|<absolute-size>
  339.  
  340. [font-style]
  341. group=fonts
  342. value=normal|italic|oblique
  343.  
  344. [font-variant]
  345. group=fonts
  346. value=normal|small-caps
  347.  
  348. [font-weight]
  349. group=fonts
  350. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  351.  
  352. [height]
  353. group=visual
  354. value=<percentage>|<length>|auto
  355.  
  356. [left]
  357. group=visual
  358. value=<percentage>|<length>|auto
  359.  
  360. [letter-spacing]
  361. group=text
  362. value=<length>|normal
  363.  
  364. [line-height]
  365. group=text
  366. value=<percentage>|<length>|<number>|normal
  367.  
  368. [list-style]
  369. group=visual
  370. value=<mixed>
  371. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  372. sub2=list-style-position,inside|outside
  373. sub3=list-style-image,<imageurl>|none
  374.  
  375. [list-style-image]
  376. group=visual
  377. value=<imageurl>|none
  378.  
  379. [list-style-position]
  380. group=visual
  381. value=inside|outside
  382.  
  383. [list-style-type]
  384. group=visual
  385. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  386.  
  387. [margin]
  388. group=borders
  389. value=<mixed>|<percentage>|<length>|auto
  390. sub1=margin-top,<percentage>|<length>|auto
  391. sub2=margin-right,<percentage>|<length>|auto
  392. sub3=margin-bottom,<percentage>|<length>|auto
  393. sub4=margin-left,<percentage>|<length>|auto
  394.  
  395. [margin-bottom]
  396. group=borders
  397. value=<percentage>|<length>|auto
  398.  
  399. [margin-left]
  400. group=borders
  401. value=<percentage>|<length>|auto
  402.  
  403. [margin-right]
  404. group=borders
  405. value=<percentage>|<length>|auto
  406.  
  407. [margin-top]
  408. group=borders
  409. value=<percentage>|<length>|auto
  410.  
  411. [max-height]
  412. group=visual
  413. value=<percentage>|<length>|none
  414.  
  415. [max-width]
  416. group=visual
  417. value=<percentage>|<length>|none
  418.  
  419. [min-height]
  420. group=visual
  421. value=<percentage>|<length>|none
  422.  
  423. [min-width]
  424. group=visual
  425. value=<percentage>|<length>|none
  426.  
  427. [orphans]
  428. group=page
  429. value=<number>
  430.  
  431. [outline]
  432. group=visual
  433. value=<mixed>
  434. sub1=outline-color,<color>|invert
  435. sub2=outline-style,<border-style>
  436. sub3=outline-width,<border-width>
  437.  
  438. [outline-color]
  439. group=visual
  440. value=invert|<color>
  441.  
  442. [outline-style]
  443. group=visual
  444. value=<border-style>
  445.  
  446. [outline-width]
  447. group=visual
  448. value=<border-width>
  449.  
  450. [overflow]
  451. group=visual
  452. value=visible|hidden|scroll|auto
  453.  
  454. [padding]
  455. group=borders
  456. value=<mixed>|<percentage>|<length>
  457. sub1=padding-top,<percentage>|<length>
  458. sub2=padding-right,<percentage>|<length>
  459. sub3=padding-bottom,<percentage>|<length>
  460. sub4=padding-left,<percentage>|<length>
  461.  
  462. [padding-bottom]
  463. group=borders
  464. value=<percentage>|<length>
  465.  
  466. [padding-left]
  467. group=borders
  468. value=<percentage>|<length>
  469.  
  470. [padding-right]
  471. group=borders
  472. value=<percentage>|<length>
  473.  
  474. [padding-top]
  475. group=borders
  476. value=<percentage>|<length>
  477.  
  478. [page-break-after]
  479. group=page
  480. value=auto|always|avoid|left|right
  481.  
  482. [page-break-before]
  483. group=page
  484. value=auto|always|avoid|left|right
  485.  
  486. [page-break-inside]
  487. group=page
  488. value=avoid|auto
  489.  
  490. [position]
  491. group=visual
  492. value=static|relative|absolute|fixed
  493.  
  494. [quotes]
  495. group=visual
  496. value=none
  497.  
  498. [right]
  499. group=visual
  500. value=<percentage>|<length>|auto
  501.  
  502. [size]
  503. group=page
  504. value=<length>|auto|portrait|landscape
  505.  
  506. [table-layout]
  507. group=table
  508. value=auto|fixed
  509.  
  510. [text-align]
  511. group=text
  512. value=left|right|center|justify
  513.  
  514. [text-decoration]
  515. group=text
  516. value=none|underline|overline|line-through|blink
  517.  
  518. [text-indent]
  519. group=text
  520. value=<percentage>|<length>
  521.  
  522. [text-shadow]
  523. group=text
  524. value=<color>|<length>|<string>|none
  525.  
  526. [text-transform]
  527. group=text
  528. value=capitalize|uppercase|lowercase|none
  529.  
  530. [top]
  531. group=visual
  532. value=<percentage>|<length>|auto
  533.  
  534. [unicode-bidi]
  535. group=text
  536. value=normal|embed|bidi-override|inherit   
  537.  
  538. [vertical-align]
  539. group=visual
  540. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  541.  
  542. [visibility]
  543. group=visual
  544. value=visible|hidden
  545.  
  546. [white-space]
  547. group=visual
  548. value=normal|pre|nowrap
  549.  
  550. [widows]
  551. group=page
  552. value=<number>
  553.  
  554. [width]
  555. group=visual
  556. value=<percentage>|<length>|auto
  557.  
  558. [word-spacing]
  559. group=text
  560. value=<length>|normal
  561.  
  562. [z-index]
  563. group=visual
  564. value=<number>|auto
  565.